home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Xconq 7.1.0 / src / xconq-7.1.0 / kernel / xcmp.com < prev    next >
Encoding:
Text File  |  1996-07-07  |  875 b   |  18 lines  |  [TEXT/R*ch]

  1. $! XCMP.COM
  2. $! compile all x files
  3. $!
  4. $ VMS_DEFS := "VMS,CADDR_T"
  5. $ INCLD := "sys$common:[decw$include],[-.kernel],[-.x11]"
  6. $ VMS_FLAGS := "/NOCASEHACK"
  7. $   gcc [-.x11]XCMD.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
  8. $   gcc [-.x11]XCONQ.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
  9. $   gcc [-.x11]XDRAW.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
  10. $   gcc [-.x11]xhelp.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
  11. $   gcc [-.x11]ximf.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
  12. $   gcc [-.x11]XINIT.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
  13. $   gcc [-.x11]XMAP.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
  14. $   gcc [-.x11]XOUT.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
  15. $   gcc [-.x11]xtext.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
  16. $   gcc [-.x11]xutil.c 'VMS_FLAGS' /def=('VMS_DEFS') /include=('INCLD')
  17. $exit
  18.